Skip to main content

PDFium

Type

module

Summary

A PDFium support module.

Description

This module uses the PDFium library to interact with PDF documents

Compatibility and Support

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Children Properties

Handler

NameSummarySyntax
FPDF_DestroyLibraryDecrement the PDFium reference count and destroy PDFium if last reference.FPDF_DestroyLibrary()
FPDF_DocumentPageInfoGet an array detailing the pages in the documentFPDF_DocumentPageInfo(<pDocument>)
FPDF_SaveToDatasave a document to dataFPDF_SaveToData(<pDocument>,<rData>)
FPDF_GetLastErrorStringGet the last error as a stringFPDF_GetLastErrorString()